home *** CD-ROM | disk | FTP | other *** search
/ PC-SIG: World of Utilities / PC-SIG's World of Utilities (PC-SIG) (1994).iso / UTI / DISK1494.ZIP / INSTALLF.BAT < prev    next >
DOS Batch File  |  1989-02-12  |  2KB  |  46 lines

  1. ECHO OFF
  2. CLS
  3. ECHO ****************************************************************************
  4. ECHO *                                  Mi-LOG                                  *
  5. ECHO *                        Home Computer Record System                       *
  6. ECHO *     v 2.1, Copyright 1986, 1987, MiCord, Box 1344, Midland, MI 48640     *
  7. ECHO *                                                                          *
  8. ECHO ****************************************************************************
  9. ECHO FLOPPY DISK INSTALLATION PROCEDURE:
  10. ECHO To be self booting a floppy disk must have been formatted with the command  
  11. ECHO FORMAT /S before the program files are copied to it.  The command FORMAT /S 
  12. ECHO copies your version of the system files to the disk.                        
  13. ECHO         CAUTION: If you do not have such a disk prepared then you must
  14. ECHO                  terminate this program and prepare a suitable TARGET DISK
  15. ECHO                  Simply press Control Break to terminate this program.
  16. ECHO                  Then place your DOS DISK in drive A, type FORMAT /S and
  17. ECHO                  press ENTER.  Follow the instructions on your screen. 
  18. ECHO                  Then restart this installation program.                     
  19. ECHO The installation will then copy some of the program files to the formatted
  20. ECHO disk and prepare a directory for your data files.                            
  21. ECHO To guide you through the steps, the current disk is called the SOURCE DISK.
  22. ECHO The disk you prepared with the FORMAT /S command is called the TARGET DISK.
  23. ECHO                             TO CONTINUE...
  24. PAUSE
  25. CLS
  26. ECHO This step copies the necessary files from the SOURCE DISK to the NEW/TARGET
  27. ECHO DISK.  If you have a drive B place the NEW/TARGET DISK in drive B elsewise you
  28. ECHO will need to go through the process of trading disks.  The computer will tell
  29. ECHO you when to do this.  REMEMBER: the SOURCE DISK is the disk for drive A and 
  30. ECHO the NEW/TARGET DISK is the disk for drive B.
  31. PAUSE
  32. CLS
  33. COPY A:LOG.EXE B:
  34. CLS
  35. COPY A:AUTOEXEC.BAT B:
  36. CLS
  37. COPY A:READTHIS.BAT B:
  38. CLS
  39. MD B:LOG
  40. CLS
  41. ECHO Your NEW/TARGET DISK is now ready to use.  Simply reboot your computer with
  42. ECHO with the NEW/TARGET DISK in drive A.  Thank you.                             
  43. ECHO                            TO END...
  44. PAUSE
  45. CLS
  46.